Class Abstractanonsequence

  • Direct Known Subclasses:
    Anonarray, Anonsequence

    public abstract class Abstractanonsequence
    extends CorbaType
    abstract sequence of elements

    Java class for abstractanonsequence complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="abstractanonsequence">
       <complexContent>
         <extension base="{http://cxf.apache.org/bindings/corba}corbaType">
           <attribute name="elemtype" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
           <attribute name="bound" use="required" type="{http://cxf.apache.org/bindings/corba}ulong" />
           <attribute name="elemname" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
           <attribute name="wrapped" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • elemtype

        protected QName elemtype
      • bound

        protected long bound
      • elemname

        protected QName elemname
      • wrapped

        protected Boolean wrapped
    • Constructor Detail

      • Abstractanonsequence

        public Abstractanonsequence()
    • Method Detail

      • getElemtype

        public QName getElemtype()
        Gets the value of the elemtype property.
        Returns:
        possible object is QName
      • setElemtype

        public void setElemtype​(QName value)
        Sets the value of the elemtype property.
        Parameters:
        value - allowed object is QName
      • isSetElemtype

        public boolean isSetElemtype()
      • getBound

        public long getBound()
        Gets the value of the bound property.
      • setBound

        public void setBound​(long value)
        Sets the value of the bound property.
      • isSetBound

        public boolean isSetBound()
      • getElemname

        public QName getElemname()
        Gets the value of the elemname property.
        Returns:
        possible object is QName
      • setElemname

        public void setElemname​(QName value)
        Sets the value of the elemname property.
        Parameters:
        value - allowed object is QName
      • isSetElemname

        public boolean isSetElemname()
      • setWrapped

        public void setWrapped​(boolean value)
        Sets the value of the wrapped property.
      • unsetWrapped

        public void unsetWrapped()
      • isSetWrapped

        public boolean isSetWrapped()
      • isWrapped

        public boolean isWrapped()
        Gets the value of the wrapped property.