|
SAP NetWeaver 7.30 SP01 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectXsdlProperties
com.sap.aii.proxy.xiruntime.core.XsdlElementProperties
public class XsdlElementProperties
Class representing the set of XMLSchema properties defined for XML elements.
Copyright (c) 2001 SAP AG
| Constructor Summary | |
|---|---|
XsdlElementProperties(String name,
Object defaultValue,
Object fixedValue,
String form,
String xmlType,
String namespace,
String javaName,
Class javaClass,
BaseTypeDescriptor elementDescriptor,
XsdlTypeRestrictions restrictions,
boolean isAbstract,
int minOccurs,
int maxOccurs,
boolean isNillable,
String substitutionGroup,
String metadataXml)
returns a new instance preset with the given values |
|
| Method Summary | |
|---|---|
int |
getMaxOccurs()
returns the maximum number of times the element may appear (default=1) |
int |
getMinOccurs()
returns the minimum number of times the element may appear (default=1) |
String |
getSubstitutionGroup()
returns the name of the substitution group this element belongs to |
boolean |
isAbstract()
returns true if the element has been declared abstract,
otherwise false. |
boolean |
isNillable()
returns true if the element has been declared nillable,
otherwise false. |
boolean |
isOptional()
returns true if the element is optional; else false |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XsdlElementProperties(String name,
Object defaultValue,
Object fixedValue,
String form,
String xmlType,
String namespace,
String javaName,
Class javaClass,
BaseTypeDescriptor elementDescriptor,
XsdlTypeRestrictions restrictions,
boolean isAbstract,
int minOccurs,
int maxOccurs,
boolean isNillable,
String substitutionGroup,
String metadataXml)
| Method Detail |
|---|
public final boolean isAbstract()
true if the element has been declared abstract,
otherwise false. An abstract element cannot be used in
an instance document. Instead, a member of its substitution group
must appear in the instance.
public final boolean isNillable()
true if the element has been declared nillable,
otherwise false. A nillable element can have a nil value
as content.
public final int getMaxOccurs()
public final int getMinOccurs()
public final String getSubstitutionGroup()
public final boolean isOptional()
true if the element is optional; else false
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.proxy.svc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.30 SP01 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||