Class Keywords

java.lang.Object
com.scene7.ipsapi.Keywords

public class Keywords extends Object

Java class for Keywords complex type.

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

 <complexType name="Keywords">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="keyword" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="x" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="y" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the value of the height property.
    Gets the value of the keyword property.
    int
    Gets the value of the width property.
    int
    Gets the value of the x property.
    int
    Gets the value of the y property.
    boolean
    Gets the value of the status property.
    void
    setHeight(int value)
    Sets the value of the height property.
    void
    Sets the value of the keyword property.
    void
    setStatus(boolean value)
    Sets the value of the status property.
    void
    setWidth(int value)
    Sets the value of the width property.
    void
    setX(int value)
    Sets the value of the x property.
    void
    setY(int value)
    Sets the value of the y property.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Keywords

      public Keywords()
  • Method Details

    • getKeyword

      public String getKeyword()
      Gets the value of the keyword property.
      Returns:
      possible object is String
    • setKeyword

      public void setKeyword(String value)
      Sets the value of the keyword property.
      Parameters:
      value - allowed object is String
    • isStatus

      public boolean isStatus()
      Gets the value of the status property.
    • setStatus

      public void setStatus(boolean value)
      Sets the value of the status property.
    • getX

      public int getX()
      Gets the value of the x property.
    • setX

      public void setX(int value)
      Sets the value of the x property.
    • getY

      public int getY()
      Gets the value of the y property.
    • setY

      public void setY(int value)
      Sets the value of the y property.
    • getWidth

      public int getWidth()
      Gets the value of the width property.
    • setWidth

      public void setWidth(int value)
      Sets the value of the width property.
    • getHeight

      public int getHeight()
      Gets the value of the height property.
    • setHeight

      public void setHeight(int value)
      Sets the value of the height property.