Package com.emc.d2fs.models.location
Class NetworkLocation
java.lang.Object
com.emc.d2fs.models.location.NetworkLocation
- All Implemented Interfaces:
Serializable
Java class for network_location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="network_location">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NetworkLocation
public NetworkLocation()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-