org.jbind.example.soap.soap11
Interface IArrayData

All Superinterfaces:
IAnyTypeData, IComplexCCData, IComplexData
All Known Implementing Classes:
ArrayData

public interface IArrayData
extends IAnyTypeData, IComplexCCData

Complex type with complex content model.

Attribute Summary
 String
 (IStringData)
arrayType use: optional; propertyName: ArrayType
          
 String
 (IAnyURIData)
href use: optional; propertyName: Href
          
 String
 (IIDData)
id use: optional; propertyName: Id
          
 String
 (IArrayCoordinateData)
offset use: optional; propertyName: Offset
          

Attribute Detail

arrayType

type: String (IStringData) use: optional; propertyName: ArrayType

href

type: String (IAnyURIData) use: optional; propertyName: Href

id

type: String (IIDData) use: optional; propertyName: Id

offset

type: String (IArrayCoordinateData) use: optional; propertyName: Offset


Method Summary
 java.lang.String getArrayType()
          Gets the arrayType attribute.
 java.lang.String getHref()
          Gets the href attribute.
 java.lang.String getId()
          Gets the id attribute.
 java.lang.String getOffset()
          Gets the offset attribute.
 
Methods inherited from interface org.jbind.xml.core.data.IAnyTypeData
accept_, acceptImpl_, addReferencedData_, createElement_, createElement_, equals, getAttribute_, getDataDesc_, getImpl_, getParent_, getSubstitutionHead_, getType_, hashCode, isDefault_, isNil_, iterAttributes_, iterElements_, setAttribute_, setDataDesc_, setImpl_, setSubstitutionHead_, setType_
 

Method Detail

getArrayType

public java.lang.String getArrayType()
Gets the arrayType attribute.

Returns:
(optional) The value.

getHref

public java.lang.String getHref()
Gets the href attribute.

Returns:
(optional) The value.

getId

public java.lang.String getId()
Gets the id attribute.

Returns:
(optional) The value.

getOffset

public java.lang.String getOffset()
Gets the offset attribute.

Returns:
(optional) The value.