Class PartInfo


  • public class PartInfo
    extends Object

    Java class for PartInfo complex type

    .

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

    
     <complexType name="PartInfo">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Schema" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Schema" minOccurs="0"/>
             <element name="Description" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Description" minOccurs="0"/>
             <element name="PartProperties" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}PartProperties" minOccurs="0"/>
           </sequence>
           <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}token" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PartInfo

        public PartInfo()
    • Method Detail

      • getSchema

        public Schema getSchema()
        Gets the value of the schema property.
        Returns:
        possible object is Schema
      • setSchema

        public void setSchema​(Schema value)
        Sets the value of the schema property.
        Parameters:
        value - allowed object is Schema
      • getDescription

        public Description getDescription()
        Gets the value of the description property.
        Returns:
        possible object is Description
      • setDescription

        public void setDescription​(Description value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is Description
      • getPartProperties

        public PartProperties getPartProperties()
        Gets the value of the partProperties property.
        Returns:
        possible object is PartProperties
      • setPartProperties

        public void setPartProperties​(PartProperties value)
        Sets the value of the partProperties property.
        Parameters:
        value - allowed object is PartProperties
      • getHref

        public String getHref()
        Gets the value of the href property.
        Returns:
        possible object is String
      • setHref

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