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>
| Modifier and Type | Field and Description |
|---|---|
protected LoginType |
login |
protected PasswordType |
password |
protected URIType |
uri |
| Constructor and Description |
|---|
WebSiteAccessType() |
| Modifier and Type | Method and Description |
|---|---|
LoginType |
getLogin()
Gets the value of the login property.
|
PasswordType |
getPassword()
Gets the value of the password property.
|
URIType |
getURI()
Gets the value of the uri property.
|
void |
setLogin(LoginType value)
Sets the value of the login property.
|
void |
setPassword(PasswordType value)
Sets the value of the password property.
|
void |
setURI(URIType value)
Sets the value of the uri property.
|
protected URIType uri
protected PasswordType password
protected LoginType login
public URIType getURI()
URITypepublic void setURI(URIType value)
value - allowed object is
URITypepublic PasswordType getPassword()
PasswordTypepublic void setPassword(PasswordType value)
value - allowed object is
PasswordTypepublic LoginType getLogin()
LoginTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.