Class HTTPServiceType
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.HTTPServiceType
Java class for HTTPServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HTTPServiceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ListenAddress" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ListenPort" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="ExternalURI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the externalURI property.Gets the value of the listenAddress property.longGets the value of the listenPort property.voidsetExternalURI(String value) Sets the value of the externalURI property.voidsetListenAddress(String value) Sets the value of the listenAddress property.voidsetListenPort(long value) Sets the value of the listenPort property.
-
Field Details
-
listenAddress
-
listenPort
protected long listenPort -
externalURI
-
-
Constructor Details
-
HTTPServiceType
public HTTPServiceType()
-
-
Method Details
-
getListenAddress
Gets the value of the listenAddress property.- Returns:
- possible object is
String
-
setListenAddress
Sets the value of the listenAddress property.- Parameters:
value- allowed object isString
-
getListenPort
public long getListenPort()Gets the value of the listenPort property. -
setListenPort
public void setListenPort(long value) Sets the value of the listenPort property. -
getExternalURI
Gets the value of the externalURI property.- Returns:
- possible object is
String
-
setExternalURI
Sets the value of the externalURI property.- Parameters:
value- allowed object isString
-