public class ConceptTableMapping extends Object
Java class for ConceptTableMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConceptTableMapping"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mapConcept" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="toColumn" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" /> </restriction> </complexContent> </complexType> </element> <element name="mapProperty" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ref" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" /> <attribute name="toColumn" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" /> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="ref" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ConceptTableMapping.MapConcept
Java class for anonymous complex type.
|
static class |
ConceptTableMapping.MapProperty
Java class for anonymous complex type.
|
Constructor and Description |
---|
ConceptTableMapping() |
Modifier and Type | Method and Description |
---|---|
ConceptTableMapping.MapConcept |
getMapConcept()
Gets the value of the mapConcept property.
|
List<ConceptTableMapping.MapProperty> |
getMapProperty()
Gets the value of the mapProperty property.
|
String |
getRef()
Gets the value of the ref property.
|
void |
setMapConcept(ConceptTableMapping.MapConcept value)
Sets the value of the mapConcept property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
public ConceptTableMapping.MapConcept getMapConcept()
ConceptTableMapping.MapConcept
public void setMapConcept(ConceptTableMapping.MapConcept value)
value
- allowed object is
ConceptTableMapping.MapConcept
public List<ConceptTableMapping.MapProperty> getMapProperty()
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 mapProperty property.
For example, to add a new item, do as follows:
getMapProperty().add(newItem);
Objects of the following type(s) are allowed in the list
ConceptTableMapping.MapProperty
public String getRef()
String
Copyright © 2016 Metron, Inc.. All rights reserved.