Class StartPlaceHolder


  • public class StartPlaceHolder
    extends Object

    Java class for StartPlaceHolder complex type.

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

     <complexType name="StartPlaceHolder">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="ID" use="required" type="{}ID" />
           <attribute name="type" type="{}PlaceHolderType" default="ph" />
           <attribute name="opening" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • StartPlaceHolder

        public StartPlaceHolder()
    • Method Detail

      • getID

        public int getID()
        Gets the value of the id property.
      • setID

        public void setID​(int value)
        Sets the value of the id property.
      • getOpening

        public String getOpening()
        Gets the value of the opening property.
        Returns:
        possible object is String
      • setOpening

        public void setOpening​(String value)
        Sets the value of the opening property.
        Parameters:
        value - allowed object is String