Class PolicyOrLegalnoticeType
- All Implemented Interfaces:
Serializable
public class PolicyOrLegalnoticeType extends Object implements Serializable
Java class for PolicyOrLegalnoticeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyOrLegalnoticeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="TSLPolicy" type="{http://uri.etsi.org/02231/v2#}NonEmptyMultiLangURIType" maxOccurs="unbounded"/>
<element name="TSLLegalNotice" type="{http://uri.etsi.org/02231/v2#}MultiLangStringType" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected List<MultiLangStringType>tslLegalNoticeprotected List<NonEmptyMultiLangURIType>tslPolicy -
Constructor Summary
Constructors Constructor Description PolicyOrLegalnoticeType() -
Method Summary
Modifier and Type Method Description List<MultiLangStringType>getTSLLegalNotice()Gets the value of the tslLegalNotice property.List<NonEmptyMultiLangURIType>getTSLPolicy()Gets the value of the tslPolicy property.
-
Field Details
-
Constructor Details
-
PolicyOrLegalnoticeType
public PolicyOrLegalnoticeType()
-
-
Method Details
-
getTSLPolicy
Gets the value of the tslPolicy property.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
setmethod for the tslPolicy property.For example, to add a new item, do as follows:
getTSLPolicy().add(newItem);Objects of the following type(s) are allowed in the list
NonEmptyMultiLangURIType -
getTSLLegalNotice
Gets the value of the tslLegalNotice property.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
setmethod for the tslLegalNotice property.For example, to add a new item, do as follows:
getTSLLegalNotice().add(newItem);Objects of the following type(s) are allowed in the list
MultiLangStringType
-