Class Identification

java.lang.Object
org.genericode.xml._2004.ns.codelist._0.Identification

public class Identification extends Object
Identification and location information for a resource.

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 Details

    • content

      protected List<javax.xml.bind.JAXBElement<String>> content
  • Constructor Details

    • Identification

      public Identification()
  • Method Details

    • getContent

      public List<javax.xml.bind.JAXBElement<String>> 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 set method 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>