Class RequestPackType

java.lang.Object
eu.nmvs.types.v4.RequestPackType

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2") public class RequestPackType extends Object

Java class for RequestPack_Type complex type.

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

 <complexType name="RequestPack_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="sn" use="required" type="{urn:types.nmvs.eu:v4.0}SN_Type" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • sn

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2") protected String sn
  • Constructor Details

    • RequestPackType

      public RequestPackType()
  • Method Details

    • getSn

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2") public String getSn()
      Gets the value of the sn property.
      Returns:
      possible object is String
    • setSn

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2") public void setSn(String value)
      Sets the value of the sn property.
      Parameters:
      value - allowed object is String