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:
  • Field Details

  • Constructor Details

    • TakenOverByType

      public TakenOverByType()
  • Method Details

    • getURI

      public NonEmptyMultiLangURIType getURI()
      Gets the value of the uri property.
      Returns:
      possible object is NonEmptyMultiLangURIType
    • setURI

      public void setURI(NonEmptyMultiLangURIType value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is NonEmptyMultiLangURIType
    • getTSPName

      public InternationalNamesType getTSPName()
      Gets the value of the tspName property.
      Returns:
      possible object is InternationalNamesType
    • setTSPName

      public void setTSPName(InternationalNamesType value)
      Sets the value of the tspName property.
      Parameters:
      value - allowed object is InternationalNamesType
    • getSchemeOperatorName

      public InternationalNamesType getSchemeOperatorName()
      Gets the value of the schemeOperatorName property.
      Returns:
      possible object is InternationalNamesType
    • setSchemeOperatorName

      public void setSchemeOperatorName(InternationalNamesType value)
      Sets the value of the schemeOperatorName property.
      Parameters:
      value - allowed object is InternationalNamesType
    • getSchemeTerritory

      public String getSchemeTerritory()
      Gets the value of the schemeTerritory property.
      Returns:
      possible object is String
    • setSchemeTerritory

      public void setSchemeTerritory(String value)
      Sets the value of the schemeTerritory property.
      Parameters:
      value - allowed object is String
    • getOtherQualifier

      public List<AnyType> 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 set method 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