Module jpms_dss_specs_trusted_list
Class TakenOverByType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tslx.TakenOverByType
- All Implemented Interfaces:
Serializable
Java class for TakenOverByType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TakenOverByType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="URI" type="{http://uri.etsi.org/02231/v2#}NonEmptyMultiLangURIType"/>
<element name="TSPName" type="{http://uri.etsi.org/02231/v2#}InternationalNamesType"/>
<element ref="{http://uri.etsi.org/02231/v2#}SchemeOperatorName"/>
<element ref="{http://uri.etsi.org/02231/v2#}SchemeTerritory"/>
<element name="OtherQualifier" type="{http://uri.etsi.org/02231/v2#}AnyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InternationalNamesTypeprotected Stringprotected InternationalNamesTypeprotected NonEmptyMultiLangURIType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the otherQualifier property.Gets the value of the schemeOperatorName property.Gets the value of the schemeTerritory property.Gets the value of the tspName property.getURI()Gets the value of the uri property.voidSets the value of the schemeOperatorName property.voidsetSchemeTerritory(String value) Sets the value of the schemeTerritory property.voidsetTSPName(InternationalNamesType value) Sets the value of the tspName property.voidsetURI(NonEmptyMultiLangURIType value) Sets the value of the uri property.
-
Field Details
-
uri
-
tspName
-
schemeOperatorName
-
schemeTerritory
-
otherQualifier
-
-
Constructor Details
-
TakenOverByType
public TakenOverByType()
-
-
Method Details
-
getURI
Gets the value of the uri property.- Returns:
- possible object is
NonEmptyMultiLangURIType
-
setURI
Sets the value of the uri property.- Parameters:
value- allowed object isNonEmptyMultiLangURIType
-
getTSPName
Gets the value of the tspName property.- Returns:
- possible object is
InternationalNamesType
-
setTSPName
Sets the value of the tspName property.- Parameters:
value- allowed object isInternationalNamesType
-
getSchemeOperatorName
Gets the value of the schemeOperatorName property.- Returns:
- possible object is
InternationalNamesType
-
setSchemeOperatorName
Sets the value of the schemeOperatorName property.- Parameters:
value- allowed object isInternationalNamesType
-
getSchemeTerritory
Gets the value of the schemeTerritory property.- Returns:
- possible object is
String
-
setSchemeTerritory
Sets the value of the schemeTerritory property.- Parameters:
value- allowed object isString
-
getOtherQualifier
Gets the value of the otherQualifier 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 otherQualifier property.For example, to add a new item, do as follows:
getOtherQualifier().add(newItem);Objects of the following type(s) are allowed in the list
AnyType
-