at.gv.zustellung.zusemsg.xsd.zuse
Class DeliveryRequestType.MetaData.PrintParameter

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse.DeliveryRequestType.MetaData.PrintParameter
Enclosing class:
DeliveryRequestType.MetaData

public static class DeliveryRequestType.MetaData.PrintParameter
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="profile" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DeliveryRequestType.MetaData.PrintParameter()
           
 
Method Summary
 List<Object> getAny()
          Gets the value of the any property.
 String getProfile()
          Gets the value of the profile property.
 void setProfile(String value)
          Sets the value of the profile property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryRequestType.MetaData.PrintParameter

public DeliveryRequestType.MetaData.PrintParameter()
Method Detail

getAny

public List<Object> getAny()
Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


getProfile

public String getProfile()
Gets the value of the profile property.

Returns:
possible object is String

setProfile

public void setProfile(String value)
Sets the value of the profile property.

Parameters:
value - allowed object is String


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.