Package org.cxml

Class Node

java.lang.Object
org.cxml.Node

public class Node extends Object
  • Field Details

    • type

      protected String type
    • itemDetailsRequired

      protected String itemDetailsRequired
    • credential

      protected List<Credential> credential
  • Constructor Details

    • Node

      public Node()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getItemDetailsRequired

      public String getItemDetailsRequired()
      Gets the value of the itemDetailsRequired property.
      Returns:
      possible object is String
    • setItemDetailsRequired

      public void setItemDetailsRequired(String value)
      Sets the value of the itemDetailsRequired property.
      Parameters:
      value - allowed object is String
    • getCredential

      public List<Credential> getCredential()
      Gets the value of the credential 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 JAXB object. This is why there is not a set method for the credential property.

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

          getCredential().add(newItem);
       

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