com.sun.xml.registry.common.tools.bindings_v3
Class Command

java.lang.Object
  extended by com.sun.xml.registry.common.tools.bindings_v3.Command

public class Command
extends Object

Java class for Command element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="Command">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}JAXRClassificationScheme" maxOccurs="unbounded" minOccurs="0"/>
           <element ref="{}JAXRConcept" maxOccurs="unbounded" minOccurs="0"/>
           <element ref="{}namepattern" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <attribute name="commandname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  String commandname
           
protected  List<JAXRClassificationScheme> jaxrClassificationScheme
           
protected  List<JAXRConcept> jaxrConcept
           
protected  List<Namepattern> namepattern
           
protected  String path
           
 
Constructor Summary
Command()
           
 
Method Summary
 String getCommandname()
          Gets the value of the commandname property.
 List<JAXRClassificationScheme> getJAXRClassificationScheme()
          Gets the value of the jaxrClassificationScheme property.
 List<JAXRConcept> getJAXRConcept()
          Gets the value of the jaxrConcept property.
 List<Namepattern> getNamepattern()
          Gets the value of the namepattern property.
 String getPath()
          Gets the value of the path property.
 void setCommandname(String value)
          Sets the value of the commandname property.
 void setPath(String value)
          Sets the value of the path property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jaxrClassificationScheme

protected List<JAXRClassificationScheme> jaxrClassificationScheme

jaxrConcept

protected List<JAXRConcept> jaxrConcept

namepattern

protected List<Namepattern> namepattern

commandname

protected String commandname

path

protected String path
Constructor Detail

Command

public Command()
Method Detail

getJAXRClassificationScheme

public List<JAXRClassificationScheme> getJAXRClassificationScheme()
Gets the value of the jaxrClassificationScheme 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 jaxrClassificationScheme property.

For example, to add a new item, do as follows:

    getJAXRClassificationScheme().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXRClassificationScheme


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 set method 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


getNamepattern

public List<Namepattern> getNamepattern()
Gets the value of the namepattern 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 namepattern property.

For example, to add a new item, do as follows:

    getNamepattern().add(newItem);
 

Objects of the following type(s) are allowed in the list Namepattern


getCommandname

public String getCommandname()
Gets the value of the commandname property.

Returns:
possible object is String

setCommandname

public void setCommandname(String value)
Sets the value of the commandname property.

Parameters:
value - allowed object is String

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.