Package com.emc.d2fs.models.server_info
Class ServerInfo
java.lang.Object
com.emc.d2fs.models.server_info.ServerInfo
- All Implemented Interfaces:
Serializable
Java class for server_info complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="server_info"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="contextRoot" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="host" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="port" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="protocol" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contextRoot property.getHost()
Gets the value of the host property.getName()
Gets the value of the name property.getPort()
Gets the value of the port property.Gets the value of the protocol property.void
setContextRoot
(String value) Sets the value of the contextRoot property.void
Sets the value of the host property.void
Sets the value of the name property.void
Sets the value of the port property.void
setProtocol
(String value) Sets the value of the protocol property.
-
Constructor Details
-
ServerInfo
public ServerInfo()
-
-
Method Details
-
getContextRoot
Gets the value of the contextRoot property.- Returns:
- possible object is
String
-
setContextRoot
Sets the value of the contextRoot property.- Parameters:
value
- allowed object isString
-
getHost
Gets the value of the host property.- Returns:
- possible object is
String
-
setHost
Sets the value of the host 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
-
getPort
Gets the value of the port property.- Returns:
- possible object is
String
-
setPort
Sets the value of the port property.- Parameters:
value
- allowed object isString
-
getProtocol
Gets the value of the protocol property.- Returns:
- possible object is
String
-
setProtocol
Sets the value of the protocol property.- Parameters:
value
- allowed object isString
-