public class FeatureTypeAttribute
extends java.lang.Object
| Constructor and Description |
|---|
FeatureTypeAttribute(java.lang.String name,
int minOccurs,
boolean nillable,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMinOccurs() |
java.lang.String |
getName() |
boolean |
getNillable() |
java.lang.String |
getType() |
void |
setMinOccurs(int minOccurs) |
void |
setName(java.lang.String name) |
void |
setNillable(boolean nillable) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
public FeatureTypeAttribute(java.lang.String name,
int minOccurs,
boolean nillable,
java.lang.String type)
name - minOccurs - nillable - type - public int getMinOccurs()
public void setMinOccurs(int minOccurs)
minOccurs - The minOccurs to set.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public boolean getNillable()
public void setNillable(boolean nillable)
nillable - The nillable to set.public java.lang.String getType()
public void setType(java.lang.String type)
type - The type to set.public java.lang.String toString()
toString in class java.lang.Object