Class MetaInfoType

java.lang.Object
org.citrusframework.model.testcase.core.MetaInfoType

public class MetaInfoType extends Object

Java-Klasse für MetaInfoType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.


 <complexType name="MetaInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="author" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="creationdate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="status">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="DRAFT"/>
               <enumeration value="DISABLED"/>
               <enumeration value="READY_FOR_REVIEW"/>
               <enumeration value="FINAL"/>
             </restriction>
           </simpleType>
         </element>
         <element name="last-updated-by" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="last-updated-on" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • author

      protected String author
    • creationdate

      protected Calendar creationdate
    • status

      protected String status
    • lastUpdatedBy

      protected String lastUpdatedBy
    • lastUpdatedOn

      protected Calendar lastUpdatedOn
    • anies

      protected List<Object> anies
  • Constructor Details

    • MetaInfoType

      public MetaInfoType()
  • Method Details

    • getAuthor

      public String getAuthor()
      Ruft den Wert der author-Eigenschaft ab.
      Returns:
      possible object is String
    • setAuthor

      public void setAuthor(String value)
      Legt den Wert der author-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getCreationdate

      public Calendar getCreationdate()
      Ruft den Wert der creationdate-Eigenschaft ab.
      Returns:
      possible object is String
    • setCreationdate

      public void setCreationdate(Calendar value)
      Legt den Wert der creationdate-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getStatus

      public String getStatus()
      Ruft den Wert der status-Eigenschaft ab.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Legt den Wert der status-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getLastUpdatedBy

      public String getLastUpdatedBy()
      Ruft den Wert der lastUpdatedBy-Eigenschaft ab.
      Returns:
      possible object is String
    • setLastUpdatedBy

      public void setLastUpdatedBy(String value)
      Legt den Wert der lastUpdatedBy-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getLastUpdatedOn

      public Calendar getLastUpdatedOn()
      Ruft den Wert der lastUpdatedOn-Eigenschaft ab.
      Returns:
      possible object is String
    • setLastUpdatedOn

      public void setLastUpdatedOn(Calendar value)
      Legt den Wert der lastUpdatedOn-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getAnies

      public List<Object> getAnies()
      Gets the value of the anies property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the anies property.

      For example, to add a new item, do as follows:

          getAnies().add(newItem);
       

      Objects of the following type(s) are allowed in the list Object

      Returns:
      The value of the anies property.