Class OtherAssociatedBodiesType
java.lang.Object
eu.europa.esig.lote.jaxb.tie.OtherAssociatedBodiesType
Java class for OtherAssociatedBodiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherAssociatedBodiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://uri.etsi.org/019602/v1/TrustedEntityExtensions}AssociatedBody"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the associatedBody property.voidSets the value of the associatedBody property.
-
Field Details
-
associatedBody
-
-
Constructor Details
-
OtherAssociatedBodiesType
public OtherAssociatedBodiesType()
-
-
Method Details
-
getAssociatedBody
Gets the value of the associatedBody property.- Returns:
- possible object is
AssociatedBodyType
-
setAssociatedBody
Sets the value of the associatedBody property.- Parameters:
value- allowed object isAssociatedBodyType
-