public static class DecContainer.Access
extends java.lang.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 name="AccessConditionsCode" type="{http://www.riik.ee/schemas/deccontainer/vers_2_1/}AccessConditionType"/>
<element name="AccessRestriction" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RestrictionIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RestrictionBeginDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="RestrictionEndDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="RestrictionEndEvent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RestrictionInvalidSince" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="RestrictionBasis" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="InformationOwner" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DecContainer.Access.AccessRestriction
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
Access() |
| Modifier and Type | Method and Description |
|---|---|
AccessConditionType |
getAccessConditionsCode()
Gets the value of the accessConditionsCode property.
|
java.util.List<DecContainer.Access.AccessRestriction> |
getAccessRestriction()
Gets the value of the accessRestriction property.
|
void |
setAccessConditionsCode(AccessConditionType value)
Sets the value of the accessConditionsCode property.
|
public AccessConditionType getAccessConditionsCode()
AccessConditionTypepublic void setAccessConditionsCode(AccessConditionType value)
value - allowed object is AccessConditionTypepublic java.util.List<DecContainer.Access.AccessRestriction> getAccessRestriction()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the accessRestriction property.
For example, to add a new item, do as follows:
getAccessRestriction().add(newItem);
Objects of the following type(s) are allowed in the list
DecContainer.Access.AccessRestriction
DecContainer.Access.AccessRestriction