Class TakenOverByType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tslx.TakenOverByType
- All Implemented Interfaces:
Serializable
public class TakenOverByType extends Object implements 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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected List<AnyType>otherQualifierprotected InternationalNamesTypeschemeOperatorNameprotected StringschemeTerritoryprotected InternationalNamesTypetspNameprotected NonEmptyMultiLangURITypeuri -
Constructor Summary
Constructors Constructor Description TakenOverByType() -
Method Summary
Modifier and Type Method Description List<AnyType>getOtherQualifier()Gets the value of the otherQualifier property.InternationalNamesTypegetSchemeOperatorName()Gets the value of the schemeOperatorName property.StringgetSchemeTerritory()Gets the value of the schemeTerritory property.InternationalNamesTypegetTSPName()Gets the value of the tspName property.NonEmptyMultiLangURITypegetURI()Gets the value of the uri property.voidsetSchemeOperatorName(InternationalNamesType value)Sets 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
-
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 JAXB 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
-