|
||||||||||
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.OperationParameterGroupBaseType
org.citygml4j.jaxb.gml._3_1_1.OperationParameterGroupType
public class OperationParameterGroupType
The definition of a group of parameters used by an operation method. This complexType is expected to be used or extended for all applicable operation methods, without defining operation-method-specialized element names.
Java-Klasse für OperationParameterGroupType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="OperationParameterGroupType"> <complexContent> <extension base="{http://www.opengis.net/gml}OperationParameterGroupBaseType"> <sequence> <element ref="{http://www.opengis.net/gml}groupID" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}maximumOccurs" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}includesParameter" maxOccurs="unbounded" minOccurs="2"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
OperationParameterGroupType()
|
Method Summary | |
---|---|
java.util.List<IdentifierType> |
getGroupID()
Set of alternative identifications of this operation parameter group. |
java.util.List<AbstractGeneralOperationParameterRefType> |
getIncludesParameter()
Unordered list of associations to the set of operation parameters that are members of this group. |
java.math.BigInteger |
getMaximumOccurs()
Ruft den Wert der maximumOccurs-Eigenschaft ab. |
StringOrRefType |
getRemarks()
Comments on or information about this operation parameter group, including source information. |
boolean |
isSetGroupID()
|
boolean |
isSetIncludesParameter()
|
boolean |
isSetMaximumOccurs()
|
boolean |
isSetRemarks()
|
void |
setGroupID(java.util.List<IdentifierType> groupID)
Set of alternative identifications of this operation parameter group. |
void |
setIncludesParameter(java.util.List<AbstractGeneralOperationParameterRefType> includesParameter)
Unordered list of associations to the set of operation parameters that are members of this group. |
void |
setMaximumOccurs(java.math.BigInteger value)
Legt den Wert der maximumOccurs-Eigenschaft fest. |
void |
setRemarks(StringOrRefType value)
Legt den Wert der remarks-Eigenschaft fest. |
void |
unsetGroupID()
|
void |
unsetIncludesParameter()
|
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 OperationParameterGroupType()
Method Detail |
---|
public java.util.List<IdentifierType> getGroupID()
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 groupID property.
For example, to add a new item, do as follows:
getGroupID().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
public boolean isSetGroupID()
public void unsetGroupID()
public StringOrRefType getRemarks()
StringOrRefType
public void setRemarks(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetRemarks()
public java.math.BigInteger getMaximumOccurs()
BigInteger
public void setMaximumOccurs(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetMaximumOccurs()
public java.util.List<AbstractGeneralOperationParameterRefType> getIncludesParameter()
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 includesParameter property.
For example, to add a new item, do as follows:
getIncludesParameter().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractGeneralOperationParameterRefType
public boolean isSetIncludesParameter()
public void unsetIncludesParameter()
public void setGroupID(java.util.List<IdentifierType> groupID)
groupID
- allowed object is
IdentifierType
public void setIncludesParameter(java.util.List<AbstractGeneralOperationParameterRefType> includesParameter)
includesParameter
- allowed object is
AbstractGeneralOperationParameterRefType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |