java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.HTTPServices

public class HTTPServices extends Object

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 Details

  • Constructor Details

    • HTTPServices

      public HTTPServices()
  • Method Details

    • getHTTPServiceAdminAPI

      public HTTPServiceType getHTTPServiceAdminAPI()
      Gets the value of the httpServiceAdminAPI property.
      Returns:
      possible object is HTTPServiceType
    • setHTTPServiceAdminAPI

      public void setHTTPServiceAdminAPI(HTTPServiceType value)
      Sets the value of the httpServiceAdminAPI property.
      Parameters:
      value - allowed object is HTTPServiceType
    • getHTTPServiceUserAPI

      public HTTPServiceType getHTTPServiceUserAPI()
      Gets the value of the httpServiceUserAPI property.
      Returns:
      possible object is HTTPServiceType
    • setHTTPServiceUserAPI

      public void setHTTPServiceUserAPI(HTTPServiceType value)
      Sets the value of the httpServiceUserAPI property.
      Parameters:
      value - allowed object is HTTPServiceType
    • getHTTPServiceUserView

      public HTTPServiceType getHTTPServiceUserView()
      Gets the value of the httpServiceUserView property.
      Returns:
      possible object is HTTPServiceType
    • setHTTPServiceUserView

      public void setHTTPServiceUserView(HTTPServiceType value)
      Sets the value of the httpServiceUserView property.
      Parameters:
      value - allowed object is HTTPServiceType