Module jpms_dss_specs_trusted_list
Class TSPInformationType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.TSPInformationType
- All Implemented Interfaces:
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AddressTypeprotected ExtensionsListTypeprotected NonEmptyMultiLangURIListTypeprotected InternationalNamesTypeprotected InternationalNamesType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the tspAddress property.Gets the value of the tspInformationExtensions property.Gets the value of the tspInformationURI property.Gets the value of the tspName property.Gets the value of the tspTradeName property.voidsetTSPAddress(AddressType value) Sets the value of the tspAddress property.voidSets the value of the tspInformationExtensions property.voidSets the value of the tspInformationURI property.voidsetTSPName(InternationalNamesType value) Sets the value of the tspName property.voidSets the value of the tspTradeName property.
-
Field Details
-
tspName
-
tspTradeName
-
tspAddress
-
tspInformationURI
-
tspInformationExtensions
-
-
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
-