DSTLocalizedString.java revision 4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22
0N/A//
0N/A// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
0N/A// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
0N/A// Any modifications to this file will be lost upon recompilation of the source schema.
0N/A// Generated on: 2012.06.11 at 10:33:54 AM PDT
0N/A//
0N/A
0N/A
0N/Apackage com.sun.identity.liberty.ws.idpp.jaxb;
0N/A
0N/A
0N/A/**
0N/A * Java content class for DSTLocalizedString complex type.
0N/A * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/liberty/lib-svc-dst-dt.xsd line 72)
0N/A * <p>
0N/A * <pre>
0N/A * &lt;complexType name="DSTLocalizedString">
0N/A * &lt;simpleContent>
0N/A * &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>string">
0N/A * &lt;attGroup ref="{urn:liberty:id-sis-pp:2003-08}localizedLeafAttributes"/>
0N/A * &lt;/extension>
0N/A * &lt;/simpleContent>
0N/A * &lt;/complexType>
0N/A * </pre>
605N/A *
0N/A */
0N/Apublic interface DSTLocalizedString {
0N/A
0N/A
0N/A /**
0N/A * Gets the value of the lang property.
0N/A *
0N/A * @return
0N/A * possible object is
0N/A * {@link java.lang.String}
0N/A */
0N/A java.lang.String getLang();
0N/A
0N/A /**
0N/A * Sets the value of the lang property.
0N/A *
0N/A * @param value
0N/A * allowed object is
0N/A * {@link java.lang.String}
0N/A */
0N/A void setLang(java.lang.String value);
0N/A
0N/A /**
0N/A * Gets the value of the acc property.
0N/A *
0N/A * @return
0N/A * possible object is
0N/A * {@link java.lang.String}
0N/A */
0N/A java.lang.String getACC();
0N/A
0N/A /**
0N/A * Sets the value of the acc property.
0N/A *
0N/A * @param value
0N/A * allowed object is
0N/A * {@link java.lang.String}
0N/A */
0N/A void setACC(java.lang.String value);
0N/A
0N/A /**
0N/A * Gets the value of the script property.
0N/A *
0N/A * @return
0N/A * possible object is
0N/A * {@link java.lang.String}
0N/A */
0N/A java.lang.String getScript();
0N/A
0N/A /**
0N/A * Sets the value of the script property.
0N/A *
0N/A * @param value
0N/A * allowed object is
0N/A * {@link java.lang.String}
0N/A */
0N/A void setScript(java.lang.String value);
0N/A
0N/A /**
0N/A * Gets the value of the value property.
0N/A *
0N/A * @return
0N/A * possible object is
0N/A * {@link java.lang.String}
0N/A */
0N/A java.lang.String getValue();
0N/A
0N/A /**
0N/A * Sets the value of the value property.
0N/A *
0N/A * @param value
0N/A * allowed object is
0N/A * {@link java.lang.String}
0N/A */
0N/A void setValue(java.lang.String value);
0N/A
0N/A /**
0N/A * Gets the value of the modificationTime property.
0N/A *
0N/A * @return
0N/A * possible object is
0N/A * {@link java.util.Calendar}
0N/A */
0N/A java.util.Calendar getModificationTime();
0N/A
0N/A /**
0N/A * Sets the value of the modificationTime property.
0N/A *
0N/A * @param value
0N/A * allowed object is
0N/A * {@link java.util.Calendar}
0N/A */
0N/A void setModificationTime(java.util.Calendar value);
0N/A
0N/A /**
0N/A * Gets the value of the modifier property.
0N/A *
0N/A * @return
0N/A * possible object is
0N/A * {@link java.lang.String}
0N/A */
0N/A java.lang.String getModifier();
0N/A
0N/A /**
0N/A * Sets the value of the modifier property.
0N/A *
0N/A * @param value
0N/A * allowed object is
0N/A * {@link java.lang.String}
0N/A */
0N/A void setModifier(java.lang.String value);
0N/A
0N/A /**
0N/A * Gets the value of the accTime property.
0N/A *
0N/A * @return
0N/A * possible object is
0N/A * {@link java.util.Calendar}
0N/A */
0N/A java.util.Calendar getACCTime();
0N/A
0N/A /**
0N/A * Sets the value of the accTime property.
0N/A *
0N/A * @param value
0N/A * allowed object is
0N/A * {@link java.util.Calendar}
0N/A */
0N/A void setACCTime(java.util.Calendar value);
0N/A
0N/A /**
0N/A * Gets the value of the id property.
0N/A *
0N/A * @return
0N/A * possible object is
0N/A * {@link java.lang.String}
0N/A */
0N/A java.lang.String getId();
0N/A
0N/A /**
0N/A * Sets the value of the id property.
0N/A *
0N/A * @param value
0N/A * allowed object is
0N/A * {@link java.lang.String}
0N/A */
0N/A void setId(java.lang.String value);
0N/A
0N/A}
0N/A