java.lang.Object
de.turnertech.ows.gml.FeatureProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetName()voidsetMaxOccurs(int maxOccurs) voidsetMinOccurs(int minOccurs) voidvoidsetPropertyType(FeaturePropertyType propertyType)
-
Constructor Details
-
FeatureProperty
public FeatureProperty() -
FeatureProperty
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getMinOccurs
public int getMinOccurs()- Returns:
- the minOccurs
-
setMinOccurs
public void setMinOccurs(int minOccurs) - Parameters:
minOccurs- the minOccurs to set
-
getMaxOccurs
public int getMaxOccurs()- Returns:
- the maxOccurs
-
setMaxOccurs
public void setMaxOccurs(int maxOccurs) - Parameters:
maxOccurs- the maxOccurs to set
-
getPropertyType
- Returns:
- the propertyType
-
setPropertyType
- Parameters:
propertyType- the propertyType to set
-