Class Contactref


  • public class Contactref
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String element  
      protected java.lang.String pad  
      protected java.lang.String route  
      protected java.lang.String routetag  
    • Constructor Summary

      Constructors 
      Constructor Description
      Contactref()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getElement()
      Gets the value of the element property.
      java.lang.String getPad()
      Gets the value of the pad property.
      java.lang.String getRoute()
      Gets the value of the route property.
      java.lang.String getRoutetag()
      Gets the value of the routetag property.
      void setElement​(java.lang.String value)
      Sets the value of the element property.
      void setPad​(java.lang.String value)
      Sets the value of the pad property.
      void setRoute​(java.lang.String value)
      Sets the value of the route property.
      void setRoutetag​(java.lang.String value)
      Sets the value of the routetag property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • element

        protected java.lang.String element
      • pad

        protected java.lang.String pad
      • route

        protected java.lang.String route
      • routetag

        protected java.lang.String routetag
    • Constructor Detail

      • Contactref

        public Contactref()
    • Method Detail

      • getElement

        public java.lang.String getElement()
        Gets the value of the element property.
        Returns:
        possible object is String
      • setElement

        public void setElement​(java.lang.String value)
        Sets the value of the element property.
        Parameters:
        value - allowed object is String
      • getPad

        public java.lang.String getPad()
        Gets the value of the pad property.
        Returns:
        possible object is String
      • setPad

        public void setPad​(java.lang.String value)
        Sets the value of the pad property.
        Parameters:
        value - allowed object is String
      • getRoute

        public java.lang.String getRoute()
        Gets the value of the route property.
        Returns:
        possible object is String
      • setRoute

        public void setRoute​(java.lang.String value)
        Sets the value of the route property.
        Parameters:
        value - allowed object is String
      • getRoutetag

        public java.lang.String getRoutetag()
        Gets the value of the routetag property.
        Returns:
        possible object is String
      • setRoutetag

        public void setRoutetag​(java.lang.String value)
        Sets the value of the routetag property.
        Parameters:
        value - allowed object is String