Groovy Documentation

src.java.org.grails.xfire.aegis.type.basic
Class BeanTypePropertyInfo

java.lang.Object
  src.java.org.grails.xfire.aegis.type.basic.BeanTypePropertyInfo

class BeanTypePropertyInfo

Field Summary
private int minOccurs

private boolean nillable

 
Constructor Summary
BeanTypePropertyInfo()

 
Method Summary
int getMinOccurs()

boolean isNillable()

void setMinOccurs(int minOccurs)

void setNillable(boolean nillable)

 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Field Detail

minOccurs

private int minOccurs


nillable

private boolean nillable


 
Constructor Detail

BeanTypePropertyInfo

BeanTypePropertyInfo()


 
Method Detail

getMinOccurs

public int getMinOccurs()


isNillable

public boolean isNillable()


setMinOccurs

public void setMinOccurs(int minOccurs)


setNillable

public void setNillable(boolean nillable)


 

Groovy Documentation