Class LinkWidthsType


  • public class LinkWidthsType
    extends java.lang.Object

    Java class for link_widthsType complex type.

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

     <complexType name="link_widthsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="max_link_width" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="current_link_width" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      LinkWidthsType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCurrentLinkWidth()
      Gets the value of the currentLinkWidth property.
      java.lang.String getMaxLinkWidth()
      Gets the value of the maxLinkWidth property.
      void setCurrentLinkWidth​(java.lang.String value)
      Sets the value of the currentLinkWidth property.
      void setMaxLinkWidth​(java.lang.String value)
      Sets the value of the maxLinkWidth property.
      • Methods inherited from class java.lang.Object

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

      • LinkWidthsType

        public LinkWidthsType()
    • Method Detail

      • getMaxLinkWidth

        public java.lang.String getMaxLinkWidth()
        Gets the value of the maxLinkWidth property.
        Returns:
        possible object is String
      • setMaxLinkWidth

        public void setMaxLinkWidth​(java.lang.String value)
        Sets the value of the maxLinkWidth property.
        Parameters:
        value - allowed object is String
      • getCurrentLinkWidth

        public java.lang.String getCurrentLinkWidth()
        Gets the value of the currentLinkWidth property.
        Returns:
        possible object is String
      • setCurrentLinkWidth

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