Class TModelInfo


  • public class TModelInfo
    extends Object

    Java class for tModelInfo complex type.

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

     <complexType name="tModelInfo">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:uddi-org:api_v2}name"/>
           </sequence>
           <attribute name="tModelKey" use="required" type="{urn:uddi-org:api_v2}tModelKey" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • name

        protected Name name
      • tModelKey

        protected String tModelKey
    • Constructor Detail

      • TModelInfo

        public TModelInfo()
    • Method Detail

      • getName

        public Name getName()
        Gets the value of the name property.
        Returns:
        possible object is Name
      • setName

        public void setName​(Name value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is Name
      • getTModelKey

        public String getTModelKey()
        Gets the value of the tModelKey property.
        Returns:
        possible object is String
      • setTModelKey

        public void setTModelKey​(String value)
        Sets the value of the tModelKey property.
        Parameters:
        value - allowed object is String