public class WebSiteAccessType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Web Site Access. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe access to a web site.</ccts:Definition>
<ccts:ObjectClass>Web Site Access</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
PasswordType |
getPassword()
<?
|
URIType |
getURI()
<?
|
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Web Site Access. URI. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The Uniform Resource Identifier (URI) for this web site; i.e., its Uniform Resource Locator (URL).</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Web Site Access</ccts:ObjectClass>
<ccts:PropertyTerm>URI</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
URITypepublic void setURI(URIType value)
value - allowed object is
URITypepublic PasswordType getPassword()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Web Site Access. Password. Text</ccts:DictionaryEntryName>
<ccts:Definition>A password to the web site.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Web Site Access</ccts:ObjectClass>
<ccts:PropertyTerm>Password</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:Examples>confidence</ccts:Examples>
</ccts:Component>
PasswordTypepublic void setPassword(PasswordType value)
value - allowed object is
PasswordTypepublic LoginType getLogin()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Web Site Access. Login. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing login details.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Web Site Access</ccts:ObjectClass>
<ccts:PropertyTerm>Login</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:Examples>Utsuser</ccts:Examples>
</ccts:Component>
LoginTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.