Class WebSiteAccessType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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 Summary
Constructors Constructor Description WebSiteAccessType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginTypegetLogin()Gets the value of the login property.PasswordTypegetPassword()Gets the value of the password property.URITypegetURI()Gets the value of the uri property.voidsetLogin(LoginType value)Sets the value of the login property.voidsetPassword(PasswordType value)Sets the value of the password property.voidsetURI(URIType value)Sets the value of the uri property.
-
-
-
Field Detail
-
uri
protected URIType uri
-
password
protected PasswordType password
-
login
protected LoginType login
-
-
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 isURIType
-
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 isPasswordType
-
getLogin
public LoginType getLogin()
Gets the value of the login property.- Returns:
- possible object is
LoginType
-
-