class MetaData extends AnyRef
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WCODataModelVersionCode" type="{urn:wco:datamodel:WCO:MetaData_DS-DMS:2}MetaDataWCODataModelVersionCodeType" minOccurs="0"/>
<element name="WCOTypeName" type="{urn:wco:datamodel:WCO:MetaData_DS-DMS:2}MetaDataWCOTypeNameTextType" minOccurs="0"/>
<element name="ResponsibleCountryCode" type="{urn:wco:datamodel:WCO:MetaData_DS-DMS:2}MetaDataResponsibleCountryCodeType" minOccurs="0"/>
<element name="ResponsibleAgencyName" type="{urn:wco:datamodel:WCO:MetaData_DS-DMS:2}MetaDataResponsibleAgencyNameTextType" minOccurs="0"/>
<element name="AgencyAssignedCustomizationCode" type="{urn:wco:datamodel:WCO:MetaData_DS-DMS:2}MetaDataAgencyAssignedCustomizationCodeType" minOccurs="0"/>
<element name="AgencyAssignedCustomizationVersionCode" type="{urn:wco:datamodel:WCO:MetaData_DS-DMS:2}MetaDataAgencyAssignedCustomizationVersionCodeType" minOccurs="0"/>
<choice>
<group ref="{urn:wco:datamodel:WCO:DocumentMetaData-DMS:2}Declaration"/>
<group ref="{urn:wco:datamodel:WCO:DocumentMetaData-DMS:2}Response" maxOccurs="unbounded"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
- Alphabetic
- By Inheritance
- MetaData
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new MetaData()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAgencyAssignedCustomizationCode(): MetaDataAgencyAssignedCustomizationCodeType
Gets the value of the agencyAssignedCustomizationCode property.
Gets the value of the agencyAssignedCustomizationCode property.
- returns
possible object is
-
def
getAgencyAssignedCustomizationVersionCode(): MetaDataAgencyAssignedCustomizationVersionCodeType
Gets the value of the agencyAssignedCustomizationVersionCode property.
Gets the value of the agencyAssignedCustomizationVersionCode property.
- returns
possible object is
-
def
getAny(): AnyRef
Gets the value of the any property.
Gets the value of the any property.
- returns
possible object is
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getResponse(): List[AnyRef]
Gets the value of the response property.
Gets the value of the response property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the response property.
For example, to add a new item, do as follows:
getResponse().add(newItem);
Objects of the following type(s) are allowed in the list
-
def
getResponsibleAgencyName(): MetaDataResponsibleAgencyNameTextType
Gets the value of the responsibleAgencyName property.
Gets the value of the responsibleAgencyName property.
- returns
possible object is
-
def
getResponsibleCountryCode(): MetaDataResponsibleCountryCodeType
Gets the value of the responsibleCountryCode property.
Gets the value of the responsibleCountryCode property.
- returns
possible object is
-
def
getWCODataModelVersionCode(): MetaDataWCODataModelVersionCodeType
Gets the value of the wcoDataModelVersionCode property.
Gets the value of the wcoDataModelVersionCode property.
- returns
possible object is
-
def
getWCOTypeName(): MetaDataWCOTypeNameTextType
Gets the value of the wcoTypeName property.
Gets the value of the wcoTypeName property.
- returns
possible object is
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setAgencyAssignedCustomizationCode(value: MetaDataAgencyAssignedCustomizationCodeType): Unit
Sets the value of the agencyAssignedCustomizationCode property.
Sets the value of the agencyAssignedCustomizationCode property.
- value
allowed object is
-
def
setAgencyAssignedCustomizationVersionCode(value: MetaDataAgencyAssignedCustomizationVersionCodeType): Unit
Sets the value of the agencyAssignedCustomizationVersionCode property.
Sets the value of the agencyAssignedCustomizationVersionCode property.
- value
allowed object is
-
def
setAny(value: Any): Unit
Sets the value of the any property.
Sets the value of the any property.
- value
allowed object is
-
def
setResponsibleAgencyName(value: MetaDataResponsibleAgencyNameTextType): Unit
Sets the value of the responsibleAgencyName property.
Sets the value of the responsibleAgencyName property.
- value
allowed object is
-
def
setResponsibleCountryCode(value: MetaDataResponsibleCountryCodeType): Unit
Sets the value of the responsibleCountryCode property.
Sets the value of the responsibleCountryCode property.
- value
allowed object is
-
def
setWCODataModelVersionCode(value: MetaDataWCODataModelVersionCodeType): Unit
Sets the value of the wcoDataModelVersionCode property.
Sets the value of the wcoDataModelVersionCode property.
- value
allowed object is
-
def
setWCOTypeName(value: MetaDataWCOTypeNameTextType): Unit
Sets the value of the wcoTypeName property.
Sets the value of the wcoTypeName property.
- value
allowed object is
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )