|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nrl.parser.jaxb15.JaxbParameter
public class JaxbParameter
Parameter of an extension operator
Java class for Parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> </restriction> </simpleType> </element> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="isCollection" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="implementationDetail" type="{urn:net:sourceforge:nrl:1.5}ImplementationDetail" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
JaxbParameter()
|
Method Summary | |
---|---|
List<JaxbImplementationDetail> |
getImplementationDetail()
Gets the value of the implementationDetail property. |
String |
getName()
Gets the value of the name property. |
String |
getType()
Gets the value of the type property. |
Boolean |
isIsCollection()
Gets the value of the isCollection property. |
void |
setIsCollection(Boolean value)
Sets the value of the isCollection property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setType(String value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxbParameter()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public Boolean isIsCollection()
Boolean
public void setIsCollection(Boolean value)
value
- allowed object is
Boolean
public List<JaxbImplementationDetail> getImplementationDetail()
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 implementationDetail property.
For example, to add a new item, do as follows:
getImplementationDetail().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbImplementationDetail
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |