Class WebSiteAccessType


  • public class WebSiteAccessType
    extends Object

    Java class for WebSiteAccessType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="WebSiteAccessType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}URI" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Password"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Login"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • WebSiteAccessType

        public WebSiteAccessType()
    • Method Detail

      • getURI

        public URIType getURI()
        Gets the value of the uri property.
        Returns:
        possible object is URIType
      • setURI

        public void setURI​(URIType value)
        Sets the value of the uri property.
        Parameters:
        value - allowed object is URIType
      • getPassword

        public PasswordType getPassword()
        Gets the value of the password property.
        Returns:
        possible object is PasswordType
      • setPassword

        public void setPassword​(PasswordType value)
        Sets the value of the password property.
        Parameters:
        value - allowed object is PasswordType
      • getLogin

        public LoginType getLogin()
        Gets the value of the login property.
        Returns:
        possible object is LoginType
      • setLogin

        public void setLogin​(LoginType value)
        Sets the value of the login property.
        Parameters:
        value - allowed object is LoginType