Class PolicyOrLegalnoticeType
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="LoTEPolicy" type="{http://uri.etsi.org/019602/v1#}NonEmptyMultiLangURIType" maxOccurs="unbounded"/>
<element name="LoTELegalNotice" type="{http://uri.etsi.org/019602/v1#}MultiLangStringType" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<MultiLangStringType> protected List<NonEmptyMultiLangURIType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the loTELegalNotice property.Gets the value of the loTEPolicy property.
-
Field Details
-
loTEPolicy
-
loTELegalNotice
-
-
Constructor Details
-
PolicyOrLegalnoticeType
public PolicyOrLegalnoticeType()
-
-
Method Details
-
getLoTEPolicy
Gets the value of the loTEPolicy 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 loTEPolicy property.For example, to add a new item, do as follows:
getLoTEPolicy().add(newItem);
Objects of the following type(s) are allowed in the list
NonEmptyMultiLangURIType -
getLoTELegalNotice
Gets the value of the loTELegalNotice 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 loTELegalNotice property.For example, to add a new item, do as follows:
getLoTELegalNotice().add(newItem);
Objects of the following type(s) are allowed in the list
MultiLangStringType
-