Class Identification
Java class for Identification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Identification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}NameSet"/>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="CanonicalUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}IdentificationUriSet"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the rest of the content model.
-
Field Details
-
-
Constructor Details
-
Identification
public Identification()
-
-
Method Details
-
getContent
Gets the rest of the content model.You are getting this "catch-all" property because of the following reason: The field name "CanonicalUri" is used by two different parts of a schema. See: line 421 of file:/codefresh/volume/rosetta-testing/src/main/resources/coding-schemes/fpml/CodeList.xsd line 101 of file:/codefresh/volume/rosetta-testing/src/main/resources/coding-schemes/fpml/CodeList.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the content 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
setmethod for the content property.For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>
-