Class JAXRConcept
- java.lang.Object
-
- com.sun.xml.registry.common.tools.bindings_v3.JAXRConcept
-
public class JAXRConcept extends Object
Java class for JAXRConcept element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="JAXRConcept"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}JAXRConcept" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="parent" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element>
-
-
Constructor Summary
Constructors Constructor Description JAXRConcept()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()Gets the value of the code property.StringgetId()Gets the value of the id property.List<JAXRConcept>getJAXRConcept()Gets the value of the jaxrConcept property.StringgetName()Gets the value of the name property.StringgetParent()Gets the value of the parent property.voidsetCode(String value)Sets the value of the code property.voidsetId(String value)Sets the value of the id property.voidsetName(String value)Sets the value of the name property.voidsetParent(String value)Sets the value of the parent property.
-
-
-
Method Detail
-
getJAXRConcept
public List<JAXRConcept> getJAXRConcept()
Gets the value of the jaxrConcept 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 jaxrConcept property.For example, to add a new item, do as follows:
getJAXRConcept().add(newItem);Objects of the following type(s) are allowed in the list
JAXRConcept
-
getCode
public String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(String value)
Sets the value of the code property.- Parameters:
value- allowed object isString
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getParent
public String getParent()
Gets the value of the parent property.- Returns:
- possible object is
String
-
-