Class AssociatedBodyType
java.lang.Object
eu.europa.esig.lote.jaxb.tie.AssociatedBodyType
Java class for AssociatedBodyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssociatedBodyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AssociatedBodyName" type="{http://uri.etsi.org/019602/v1#}InternationalNamesType"/>
<element name="AssociatedBodyTradeName" type="{http://uri.etsi.org/019602/v1#}InternationalNamesType" minOccurs="0"/>
<element name="AssociatedBodyAddress" type="{http://uri.etsi.org/019602/v1#}AddressType"/>
<element name="AssociatedBodyInformationURI" type="{http://uri.etsi.org/019602/v1#}NonEmptyMultiLangURIListType"/>
<element name="AssociatedBodyInformationExtensions" type="{http://uri.etsi.org/019602/v1#}ExtensionsListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AddressTypeprotected ExtensionsListTypeprotected NonEmptyMultiLangURIListTypeprotected InternationalNamesTypeprotected InternationalNamesType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the associatedBodyAddress property.Gets the value of the associatedBodyInformationExtensions property.Gets the value of the associatedBodyInformationURI property.Gets the value of the associatedBodyName property.Gets the value of the associatedBodyTradeName property.voidSets the value of the associatedBodyAddress property.voidSets the value of the associatedBodyInformationExtensions property.voidSets the value of the associatedBodyInformationURI property.voidSets the value of the associatedBodyName property.voidSets the value of the associatedBodyTradeName property.
-
Field Details
-
associatedBodyName
-
associatedBodyTradeName
-
associatedBodyAddress
-
associatedBodyInformationURI
-
associatedBodyInformationExtensions
-
-
Constructor Details
-
AssociatedBodyType
public AssociatedBodyType()
-
-
Method Details
-
getAssociatedBodyName
Gets the value of the associatedBodyName property.- Returns:
- possible object is
InternationalNamesType
-
setAssociatedBodyName
Sets the value of the associatedBodyName property.- Parameters:
value- allowed object isInternationalNamesType
-
getAssociatedBodyTradeName
Gets the value of the associatedBodyTradeName property.- Returns:
- possible object is
InternationalNamesType
-
setAssociatedBodyTradeName
Sets the value of the associatedBodyTradeName property.- Parameters:
value- allowed object isInternationalNamesType
-
getAssociatedBodyAddress
Gets the value of the associatedBodyAddress property.- Returns:
- possible object is
AddressType
-
setAssociatedBodyAddress
Sets the value of the associatedBodyAddress property.- Parameters:
value- allowed object isAddressType
-
getAssociatedBodyInformationURI
Gets the value of the associatedBodyInformationURI property.- Returns:
- possible object is
NonEmptyMultiLangURIListType
-
setAssociatedBodyInformationURI
Sets the value of the associatedBodyInformationURI property.- Parameters:
value- allowed object isNonEmptyMultiLangURIListType
-
getAssociatedBodyInformationExtensions
Gets the value of the associatedBodyInformationExtensions property.- Returns:
- possible object is
ExtensionsListType
-
setAssociatedBodyInformationExtensions
Sets the value of the associatedBodyInformationExtensions property.- Parameters:
value- allowed object isExtensionsListType
-