Class AssociatedBodyType

java.lang.Object
eu.europa.esig.lote.jaxb.tie.AssociatedBodyType

public class AssociatedBodyType extends Object

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 Details

  • Constructor Details

    • AssociatedBodyType

      public AssociatedBodyType()
  • Method Details

    • getAssociatedBodyName

      public InternationalNamesType getAssociatedBodyName()
      Gets the value of the associatedBodyName property.
      Returns:
      possible object is InternationalNamesType
    • setAssociatedBodyName

      public void setAssociatedBodyName(InternationalNamesType value)
      Sets the value of the associatedBodyName property.
      Parameters:
      value - allowed object is InternationalNamesType
    • getAssociatedBodyTradeName

      public InternationalNamesType getAssociatedBodyTradeName()
      Gets the value of the associatedBodyTradeName property.
      Returns:
      possible object is InternationalNamesType
    • setAssociatedBodyTradeName

      public void setAssociatedBodyTradeName(InternationalNamesType value)
      Sets the value of the associatedBodyTradeName property.
      Parameters:
      value - allowed object is InternationalNamesType
    • getAssociatedBodyAddress

      public AddressType getAssociatedBodyAddress()
      Gets the value of the associatedBodyAddress property.
      Returns:
      possible object is AddressType
    • setAssociatedBodyAddress

      public void setAssociatedBodyAddress(AddressType value)
      Sets the value of the associatedBodyAddress property.
      Parameters:
      value - allowed object is AddressType
    • getAssociatedBodyInformationURI

      public NonEmptyMultiLangURIListType getAssociatedBodyInformationURI()
      Gets the value of the associatedBodyInformationURI property.
      Returns:
      possible object is NonEmptyMultiLangURIListType
    • setAssociatedBodyInformationURI

      public void setAssociatedBodyInformationURI(NonEmptyMultiLangURIListType value)
      Sets the value of the associatedBodyInformationURI property.
      Parameters:
      value - allowed object is NonEmptyMultiLangURIListType
    • getAssociatedBodyInformationExtensions

      public ExtensionsListType getAssociatedBodyInformationExtensions()
      Gets the value of the associatedBodyInformationExtensions property.
      Returns:
      possible object is ExtensionsListType
    • setAssociatedBodyInformationExtensions

      public void setAssociatedBodyInformationExtensions(ExtensionsListType value)
      Sets the value of the associatedBodyInformationExtensions property.
      Parameters:
      value - allowed object is ExtensionsListType