Class Anonwstring


  • public class Anonwstring
    extends CorbaType
    Anonymous type for bounded wstrings.

    Java class for anonwstring complex type.

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

     <complexType name="anonwstring">
       <complexContent>
         <extension base="{http://cxf.apache.org/bindings/corba}corbaType">
           <attribute name="bound" use="required" type="{http://cxf.apache.org/bindings/corba}ulong" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • bound

        protected long bound
    • Constructor Detail

      • Anonwstring

        public Anonwstring()
    • Method Detail

      • 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()