org.jbind.example.soap.soap12.encoding
Interface IIDREFSData

All Superinterfaces:
IAnyListTypeData, IAnySimpleTypeData, IAnyTypeData, IComplexData, IComplexSCData, IHasLength, IIDREFSData, ISimpleData, ITextContentProvider
All Known Implementing Classes:
IDREFSData

public interface IIDREFSData
extends IIDREFSData, IComplexSCData

Complex type with simple content model.

Attribute Summary
 String
 (IIDData)
id use: optional; propertyName: Id
          
 String
 (IIDREFData)
ref use: optional; propertyName: Ref
          

Attribute Detail

id

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

ref

type: String (IIDREFData) use: optional; propertyName: Ref


Method Summary
 java.lang.String getId()
          Gets the id attribute.
 java.lang.String getRef()
          Gets the ref attribute.
 IAnyTypeData refRef()
          Gets the data object referenced by the "IDREF(ref)" reference constraint.
 
Methods inherited from interface org.jbind.xml.core.data.IIDREFSData
iterReferencedData
 
Methods inherited from interface org.jbind.xml.core.data.IAnyListTypeData
getList, iterItems, setList
 
Methods inherited from interface org.jbind.xml.core.data.IAnySimpleTypeData
getObject, setObject, toString
 
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_
 
Methods inherited from interface org.jbind.xml.core.data.ISimpleData
getCanonicalForm_, getLexicalValue_, getNormalizedValue_, getSimpleStorageObject, setLexicalValue_, simpleStorageValueEquals, simpleStorageValueHashCode
 
Methods inherited from interface org.jbind.xml.core.base.ITextContentProvider
getTextContent_
 
Methods inherited from interface org.jbind.xml.core.data.IHasLength
getLength
 

Method Detail

getId

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

Returns:
(optional) The value.

getRef

public java.lang.String getRef()
Gets the ref attribute.

Returns:
(optional) The value.

refRef

public IAnyTypeData refRef()
Gets the data object referenced by the "IDREF(ref)" reference constraint.

Returns:
The referenced data object.