|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralOperationParameterType
org.citygml4j.jaxb.gml._3_1_1.OperationParameterBaseType
org.citygml4j.jaxb.gml._3_1_1.OperationParameterType
public class OperationParameterType
The definition of a parameter used by an operation method. Most parameter values are numeric, but other types of parameter values are possible. This complexType is expected to be used or extended for all operation methods, without defining operation-method-specialized element names.
Java class for OperationParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationParameterType"> <complexContent> <extension base="{http://www.opengis.net/gml}OperationParameterBaseType"> <sequence> <element ref="{http://www.opengis.net/gml}parameterID" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
OperationParameterType()
|
Method Summary | |
---|---|
java.util.List<IdentifierType> |
getParameterID()
Set of alternative identifications of this operation parameter. |
StringOrRefType |
getRemarks()
Comments on or information about this operation parameter, including source information. |
boolean |
isSetParameterID()
|
boolean |
isSetRemarks()
|
void |
setParameterID(java.util.List<IdentifierType> parameterID)
Set of alternative identifications of this operation parameter. |
void |
setRemarks(StringOrRefType value)
Sets the value of the remarks property. |
void |
unsetParameterID()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralOperationParameterType |
---|
getMinimumOccurs, isSetMinimumOccurs, setMinimumOccurs |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationParameterType()
Method Detail |
---|
public java.util.List<IdentifierType> getParameterID()
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 parameterID property.
For example, to add a new item, do as follows:
getParameterID().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
public boolean isSetParameterID()
public void unsetParameterID()
public StringOrRefType getRemarks()
StringOrRefType
public void setRemarks(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetRemarks()
public void setParameterID(java.util.List<IdentifierType> parameterID)
parameterID
- allowed object is
IdentifierType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |