org.jbind.example.soap.soap11
Interface IStringData
- All Superinterfaces:
- IAnySimpleTypeData, IAnyTypeData, IComplexData, IComplexSCData, IHasLength, ISimpleData, IStringData, ITextContentProvider
- All Known Implementing Classes:
- StringData
- public interface IStringData
- extends IStringData, IComplexSCData
Complex type with simple content model.
Attribute Summary |
String (IAnyURIData ) |
href use: optional; propertyName: Href
|
String (IIDData ) |
id use: optional; propertyName: Id
|
href
type: String
(IAnyURIData
)
use: optional; propertyName: Href
-
id
type: String
(IIDData
)
use: optional; propertyName: Id
-
Method Summary |
java.lang.String |
getHref()
Gets the href attribute. |
java.lang.String |
getId()
Gets the id 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_ |
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.