Class PolicyOrLegalnoticeType
- All Implemented Interfaces:
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<MultiLangStringType> protected List<NonEmptyMultiLangURIType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the tslLegalNotice property.Gets the value of the tslPolicy property.
-
Field Details
-
tslPolicy
-
tslLegalNotice
-
-
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 Jakarta XML Binding 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 Jakarta XML Binding 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
-