Class HTTPServices
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.HTTPServices
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:com.io7m.idstore:configuration:1}HTTPServiceAdminAPI"/>
<element ref="{urn:com.io7m.idstore:configuration:1}HTTPServiceUserAPI"/>
<element ref="{urn:com.io7m.idstore:configuration:1}HTTPServiceUserView"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HTTPServiceTypeprotected HTTPServiceTypeprotected HTTPServiceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the httpServiceAdminAPI property.Gets the value of the httpServiceUserAPI property.Gets the value of the httpServiceUserView property.voidSets the value of the httpServiceAdminAPI property.voidSets the value of the httpServiceUserAPI property.voidSets the value of the httpServiceUserView property.
-
Field Details
-
httpServiceAdminAPI
-
httpServiceUserAPI
-
httpServiceUserView
-
-
Constructor Details
-
HTTPServices
public HTTPServices()
-
-
Method Details
-
getHTTPServiceAdminAPI
Gets the value of the httpServiceAdminAPI property.- Returns:
- possible object is
HTTPServiceType
-
setHTTPServiceAdminAPI
Sets the value of the httpServiceAdminAPI property.- Parameters:
value- allowed object isHTTPServiceType
-
getHTTPServiceUserAPI
Gets the value of the httpServiceUserAPI property.- Returns:
- possible object is
HTTPServiceType
-
setHTTPServiceUserAPI
Sets the value of the httpServiceUserAPI property.- Parameters:
value- allowed object isHTTPServiceType
-
getHTTPServiceUserView
Gets the value of the httpServiceUserView property.- Returns:
- possible object is
HTTPServiceType
-
setHTTPServiceUserView
Sets the value of the httpServiceUserView property.- Parameters:
value- allowed object isHTTPServiceType
-