org.w3.xenc
Class CipherReference

java.lang.Object
  extended by org.w3.xenc.CipherReference
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class CipherReference
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for CipherReferenceType complex type.

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

 <complexType name="CipherReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Transforms" type="{http://www.w3.org/2001/04/xmlenc#}TransformsType" minOccurs="0"/>
       </choice>
       <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TransformsType transforms
           
protected  String uri
           
 
Constructor Summary
CipherReference()
          Default no-arg constructor
CipherReference(TransformsType transforms, String uri)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 TransformsType getTransforms()
          Gets the value of the transforms property.
 String getURI()
          Gets the value of the uri property.
 void setTransforms(TransformsType value)
          Sets the value of the transforms property.
 void setURI(String value)
          Sets the value of the uri property.
 String toString()
           
 CipherReference withTransforms(TransformsType value)
           
 CipherReference withURI(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

transforms

protected TransformsType transforms

uri

protected String uri
Constructor Detail

CipherReference

public CipherReference()
Default no-arg constructor


CipherReference

public CipherReference(TransformsType transforms,
                       String uri)
Fully-initialising value constructor

Method Detail

getTransforms

public TransformsType getTransforms()
Gets the value of the transforms property.

Returns:
possible object is TransformsType

setTransforms

public void setTransforms(TransformsType value)
Sets the value of the transforms property.

Parameters:
value - allowed object is TransformsType

getURI

public String getURI()
Gets the value of the uri property.

Returns:
possible object is String

setURI

public void setURI(String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withTransforms

public CipherReference withTransforms(TransformsType value)

withURI

public CipherReference withURI(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.