Class PlaceHolder


  • public class PlaceHolder
    extends TextContent

    Java class for PlaceHolder complex type.

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

     <complexType name="PlaceHolder">
       <complexContent>
         <extension base="{}TextContent">
           <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" />
           <attribute name="closing" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PlaceHolder

        public PlaceHolder()
    • 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
      • getClosing

        public String getClosing()
        Gets the value of the closing property.
        Returns:
        possible object is String
      • setClosing

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