org.apache.ws.jaxme.xs.xml.impl

Class XsTComplexRestrictionTypeImpl

public class XsTComplexRestrictionTypeImpl extends XsTRestrictionTypeImpl implements XsTComplexRestrictionType

Implementation of xs:complexRestrictionType, as specified by the following:

  <xs:complexType name="complexRestrictionType">
    <xs:complexContent>
      <xs:restriction base="xs:restrictionType">
        <xs:sequence>
          <xs:element ref="xs:annotation" minOccurs="0"/>
          <xs:group ref="xs:typeDefParticle" minOccurs="0"/>
          <xs:group ref="xs:attrDecls"/>
        </xs:sequence>
      </xs:restriction>
    </xs:complexContent>
  </xs:complexType>
 

Author: Jochen Wiedmann

Constructor Summary
protected XsTComplexRestrictionTypeImpl(XsObject pParent)
Method Summary
XsEEnumerationcreateEnumeration()
XsEFractionDigitscreateFractionDigits()
XsELengthcreateLength()
XsEMaxExclusivecreateMaxExclusive()
XsEMaxInclusivecreateMaxInclusive()
XsEMaxLengthcreateMaxLength()
XsEMinExclusivecreateMinExclusive()
XsEMinInclusivecreateMinInclusive()
XsEMinLengthcreateMinLength()
XsEPatterncreatePattern()
XsTLocalSimpleTypecreateSimpleType()
XsETotalDigitscreateTotalDigits()
XsEWhiteSpacecreateWhiteSpace()

Constructor Detail

XsTComplexRestrictionTypeImpl

protected XsTComplexRestrictionTypeImpl(XsObject pParent)

Method Detail

createEnumeration

public XsEEnumeration createEnumeration()

createFractionDigits

public XsEFractionDigits createFractionDigits()

createLength

public XsELength createLength()

createMaxExclusive

public XsEMaxExclusive createMaxExclusive()

createMaxInclusive

public XsEMaxInclusive createMaxInclusive()

createMaxLength

public XsEMaxLength createMaxLength()

createMinExclusive

public XsEMinExclusive createMinExclusive()

createMinInclusive

public XsEMinInclusive createMinInclusive()

createMinLength

public XsEMinLength createMinLength()

createPattern

public XsEPattern createPattern()

createSimpleType

public XsTLocalSimpleType createSimpleType()

createTotalDigits

public XsETotalDigits createTotalDigits()

createWhiteSpace

public XsEWhiteSpace createWhiteSpace()