Class TSPInformationType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.TSPInformationType
- All Implemented Interfaces:
Serializable
public class TSPInformationType extends Object implements Serializable
Java class for TSPInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TSPInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TSPName" type="{http://uri.etsi.org/02231/v2#}InternationalNamesType"/>
<element name="TSPTradeName" type="{http://uri.etsi.org/02231/v2#}InternationalNamesType" minOccurs="0"/>
<element name="TSPAddress" type="{http://uri.etsi.org/02231/v2#}AddressType"/>
<element name="TSPInformationURI" type="{http://uri.etsi.org/02231/v2#}NonEmptyMultiLangURIListType"/>
<element name="TSPInformationExtensions" type="{http://uri.etsi.org/02231/v2#}ExtensionsListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected AddressTypetspAddressprotected ExtensionsListTypetspInformationExtensionsprotected NonEmptyMultiLangURIListTypetspInformationURIprotected InternationalNamesTypetspNameprotected InternationalNamesTypetspTradeName -
Constructor Summary
Constructors Constructor Description TSPInformationType() -
Method Summary
Modifier and Type Method Description AddressTypegetTSPAddress()Gets the value of the tspAddress property.ExtensionsListTypegetTSPInformationExtensions()Gets the value of the tspInformationExtensions property.NonEmptyMultiLangURIListTypegetTSPInformationURI()Gets the value of the tspInformationURI property.InternationalNamesTypegetTSPName()Gets the value of the tspName property.InternationalNamesTypegetTSPTradeName()Gets the value of the tspTradeName property.voidsetTSPAddress(AddressType value)Sets the value of the tspAddress property.voidsetTSPInformationExtensions(ExtensionsListType value)Sets the value of the tspInformationExtensions property.voidsetTSPInformationURI(NonEmptyMultiLangURIListType value)Sets the value of the tspInformationURI property.voidsetTSPName(InternationalNamesType value)Sets the value of the tspName property.voidsetTSPTradeName(InternationalNamesType value)Sets the value of the tspTradeName property.
-
Field Details
-
Constructor Details
-
TSPInformationType
public TSPInformationType()
-
-
Method Details
-
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
-
getTSPTradeName
Gets the value of the tspTradeName property.- Returns:
- possible object is
InternationalNamesType
-
setTSPTradeName
Sets the value of the tspTradeName property.- Parameters:
value- allowed object isInternationalNamesType
-
getTSPAddress
Gets the value of the tspAddress property.- Returns:
- possible object is
AddressType
-
setTSPAddress
Sets the value of the tspAddress property.- Parameters:
value- allowed object isAddressType
-
getTSPInformationURI
Gets the value of the tspInformationURI property.- Returns:
- possible object is
NonEmptyMultiLangURIListType
-
setTSPInformationURI
Sets the value of the tspInformationURI property.- Parameters:
value- allowed object isNonEmptyMultiLangURIListType
-
getTSPInformationExtensions
Gets the value of the tspInformationExtensions property.- Returns:
- possible object is
ExtensionsListType
-
setTSPInformationExtensions
Sets the value of the tspInformationExtensions property.- Parameters:
value- allowed object isExtensionsListType
-