org.apache.ws.jaxme.generator.sg

Interface ListTypeSG

public interface ListTypeSG

Author: Jochen Wiedmann

Method Summary
TypeSGgetItemType()

Returns the list item type.

LonggetLength()

Returns the value of the "length" facet or null, if the facet is not set.

LonggetMaxLength()

Returns the value of the "maxLength" facet or null, if the facet is not set.

LonggetMinLength()

Returns the value of the "minLength" facet or null, if the facet is not set.

Method Detail

getItemType

public TypeSG getItemType()

Returns the list item type.

getLength

public Long getLength()

Returns the value of the "length" facet or null, if the facet is not set.

getMaxLength

public Long getMaxLength()

Returns the value of the "maxLength" facet or null, if the facet is not set.

getMinLength

public Long getMinLength()

Returns the value of the "minLength" facet or null, if the facet is not set.