Constructor and Description |
---|
Property() |
Property(String name,
String type) |
Property(String name,
String type,
boolean nillable,
int maxOccours,
int minOccours) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxOccours() |
int |
getMinOccours() |
String |
getName() |
String |
getType() |
boolean |
isNillable() |
void |
setMaxOccours(int maxOccours) |
void |
setMinOccours(int minOccours) |
void |
setName(String name) |
void |
setNillable(boolean nillable) |
void |
setType(String type) |
String |
toString() |
public Property()
public Property(String name, String type, boolean nillable, int maxOccours, int minOccours)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public boolean isNillable()
public void setNillable(boolean nillable)
public int getMaxOccours()
public void setMaxOccours(int maxOccours)
public int getMinOccours()
public void setMinOccours(int minOccours)
Copyright © 2016. All Rights Reserved.